'宣言 Public Sub ReplaceRange( _ ByVal startingIndex As System.Integer, _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ )
public void ReplaceRange( System.int startingIndex, System.Collections.Generic.IEnumerable<T> items )
パラメータ
- startingIndex
- The index from where the items are replaced.
- items
- The items replacements.